type crypto/tls.certificateStatusMsg
6 uses
crypto/tls (current package)
conn.go#L1147: m = new(certificateStatusMsg)
handshake_client.go#L673: cs, ok := msg.(*certificateStatusMsg)
handshake_messages.go#L1607: type certificateStatusMsg struct {
handshake_messages.go#L1611: func (m *certificateStatusMsg) marshal() ([]byte, error) {
handshake_messages.go#L1624: func (m *certificateStatusMsg) unmarshal(data []byte) bool {
handshake_server.go#L605: certStatus := new(certificateStatusMsg)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)